home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '93
/
Papers '93
/
Macintosh as Internet Server ƒ
/
inetd
/
InetD Setup
/
test.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-04-08
|
398 b
|
15 lines
|
[
TEXT/MPS
]
#include <Types.h>
#include <Dialogs.h>
#include <Events.h>
pascal Handle ENTRY(short message, short item, short numItems, short CPanelID, EventRecord *theEvent, Handle cdevStorage, DialogPtr CPDialog);
pascal Handle
ENTRY(short message, short item, short numItems, short CPanelID, EventRecord *theEvent, Handle cdevStorage, DialogPtr CPDialog)
{
DebugStr("\pwe're here...;g");
return 0;
}